ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexPieBase<T> Class / DataLabel Property






In This Topic
    DataLabel Property (FlexPieBase<T>)
    In This Topic
    Gets the style of point data label.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataLabel As PieDataLabel
    'Usage
     
    
    Dim instance As FlexPieBase(Of T)
    Dim value As PieDataLabel
     
    value = instance.DataLabel
    public PieDataLabel DataLabel {get;}
    public read-only property DataLabel: PieDataLabel; 
    public function get DataLabel : PieDataLabel
    public: __property PieDataLabel* get_DataLabel();
    public:
    property PieDataLabel^ DataLabel {
       PieDataLabel^ get();
    }
    See Also